List

Searches the address book for PersonContacts matching a specified pattern. Note: for all the predicates in filter, % and _ are the wild cards supported. % is to substitute one or more characters, and _ to substitute single character. Examples foo%, fo_.

listResult listPersonContacts( beeId parent , predicateAndSortListParameters filter )

Parameters

parent
Type: beeId The AddressBook to be searched.
filter
Type: predicateAndSortListParameters The search constraint which specifies the query and sort order.